export interface Initializer<P = any> {
    initial: (params: P) => void;
}
//# sourceMappingURL=export-interfaces.d.ts.map