export declare type IPreStartHook = () => Promise; export declare type IPreStartHookConfig = string; export declare type IPreStartHooks = Set;