export declare function getPageIDFromPageURL(str: string): string; export declare function getPageIDFromCollectionPageURL(str: string): string; export declare function getBookmarkLinkFromPageURL(str: string): string; export declare function toDashID(str: string): string; export declare function isValidDashID(str: string): boolean; //# sourceMappingURL=notion.d.ts.map