export declare const PACKAGE_NAME = "generate-static-html"; export declare const trim: (str: string) => string; export declare const error: (msg: string) => void; export declare const exitWithError: (msg?: string) => never;