export declare function stylesheetExists(fontId: string, isPreview?: boolean): boolean;
export declare function createStylesheet(fontId: string, isPreview: boolean): void;
export declare function fillStylesheet(fontId: string, styles: string): void;
export declare function setStylesheetType(fontId: string, isPreview: boolean): void;
//# sourceMappingURL=stylesheets.d.ts.map