export declare class MissingConfigurationField extends Error { fieldName: string; constructor(fieldName: string); }