import { Binding } from "../../types"; import { Event, Operation } from "../../enums"; import { AdmissionRequest } from "../../common-types"; export declare const mismatchedDeletionTimestamp: (...args: any[]) => boolean; export declare const mismatchedName: (...args: any[]) => boolean; export declare const mismatchedNameRegex: ((...args: any[]) => boolean) | ((binding: Binding, kubernetesObject: { metadata?: { name?: string; }; }) => boolean); export declare const mismatchedNamespace: (...args: any[]) => boolean; export declare const mismatchedNamespaceRegex: ((...args: any[]) => boolean) | ((binding: Binding, kubernetesObject: { metadata?: { namespace?: string; }; }) => boolean); export declare const metasMismatch: (defined: any, carried: any) => boolean; export declare const mismatchedAnnotations: (...args: any[]) => boolean; export declare const mismatchedLabels: (...args: any[]) => boolean; export declare const mismatchedEvent: (binding: Binding, request: AdmissionRequest) => boolean; export declare const mismatchedGroup: (...args: any[]) => boolean; export declare const mismatchedVersion: (...args: any[]) => boolean; export declare const mismatchedKind: (...args: any[]) => boolean; export declare const operationMatchesEvent: ((...args: any[]) => boolean) | ((operation: Operation, event: Event) => boolean); //# sourceMappingURL=mismatch.d.ts.map