import { type Swatch, type File, type GlobalElement, type LocalizedGlobalElement, type Table, type Typography, type PagePathnameSlice } from '../../api'; export declare const makeSwatch: (id: string, { hue }?: { hue?: number; }) => Swatch; export declare const makeFile: (id: string) => File; export declare const makeTable: (id: string) => Table; export declare const makeTypography: (id: string, { swatchId }?: { swatchId?: string; }) => Typography; export declare const makeGlobalElement: (id: string) => GlobalElement; export declare const makeLocalizedGlobalElement: (id: string) => LocalizedGlobalElement; export declare const makePagePathnameSlice: (pageId: string, { pathname, localizedPathname, }?: { pathname?: string; localizedPathname?: string | null; }) => PagePathnameSlice; //# sourceMappingURL=resources.d.ts.map