export declare function openComponent(filepath: string, viteBase: string): void; export declare function openVariants(filepath: string, componentDetail?: SvelteComponentDetail): void; export declare function sendOpenVariantsRequest(filepath: string, serializedState: Record): void; export declare function openMarkdown(filepath: string): void; export declare function openComposition({ filepath, compositionName }: { filepath: string; compositionName?: string; }): void; export declare function createNewPage(filepath: string): void; export declare function createNewServerEndpoint(filepath: string): void; export declare function createNewComponent(filepath: string): void;