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