export default useCurrentPostId; /** * Get the current post ID. * * @returns {?number} Returns the ID of the post currently being edited, * or null if the post has not yet been saved or the redux store * is not initialized. */ declare function useCurrentPostId(): number | null; //# sourceMappingURL=index.d.ts.map