export type Format = 'jsx' | 'cra' | 'html';
export declare const throwIfRunInBrowser: (partialName: string) => void;
