export declare function createProof(quoteKey: string): Promise<{
    url: string;
    jobId: number | undefined;
}>;
