import type { SecureappOptions } from './types'; export type { SecureappOptions } from './types'; export type SecureappHandle = { stop: () => void; }; export declare function startSecureapp(options: SecureappOptions): SecureappHandle | undefined; //# sourceMappingURL=index.d.ts.map