/**
 * @description
 * The plugin can be configured using the following options:
 */
export interface DisableAnonymousAccessOptions {
    allowedMethods: string[];
}
