export declare const delayMillis: (delayMs: number) => Promise; export declare const greet: (name: string) => string; export declare const foo: () => Promise;