import type { components } from './pci.contract';
type SuccessResponse = components['schemas']['PciQuestionnaireResponse'];
/**
 * Returns the details of a questionnaire, notably the content that
 * is used to generate the pdf in the frontend (to base64 blob, appending .pdf)
 */
export declare const getPciQuestionnaire: (legalEntityId: string, url: string, documentId: string) => Promise<SuccessResponse>;
export {};
