export declare function getPost({ ctx, apiUrl, entityKey }: {
    ctx: any;
    apiUrl: any;
    entityKey: any;
}): Promise<any>;
