import { IGithubActionOidcFilter } from "./IGithubActionOidcFilter"; /** * Allow assuming a role for all Github workflows (branches, tags, pull requests, environments, etc.) */ export declare class AllowAllFilter extends IGithubActionOidcFilter { toSubject(): string; }