export default testCase;
export type Input = {
outbox: string;
authorization?: string | undefined;
};
export type Outcome = "passed" | "notFound" | "inapplicable";
/**
* @type {import("../../test-utils").TestCase}
*/
declare const testCase: import("../../test-utils").TestCase;
//# sourceMappingURL=testCase.d.ts.map