import * as Context from "effect/Context"; export interface Self extends Context.ServiceClass, `Self<${R["Type"]}>`, R> { } export declare const Self: Self<{ Type: string; LogicalId: string; }> & ((type: R["Type"]) => Self); //# sourceMappingURL=Self.d.ts.map