import type { PciQuestionnaireResponse } from './pci.types';
/**
 * 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, baseUrl: string, documentId: string) => Promise<PciQuestionnaireResponse>;
