export declare function usePost(): {
    postId: string | number | null | undefined;
    postType: string;
    isEditable: boolean | null | undefined;
};
//# sourceMappingURL=index.d.ts.map