import { Fetcher } from '../../../common/api'; import { IKYCDocument } from '../../types'; export declare const getAllKycDocuments: (fetcher: Fetcher, organizationId: string) => Promise;