export declare const PortmanTestTypes: {
    readonly integration: "integration";
    readonly variation: "variation";
    readonly contract: "contract";
};
export type PortmanTestType = (typeof PortmanTestTypes)[keyof typeof PortmanTestTypes];
