export interface Schema { controllerAttribute: string; actionAttribute: string; targetAttribute: string; } export declare const defaultSchema: Schema; //# sourceMappingURL=schema.d.ts.map