export declare class RpcServiceConfig {
    private static readonly defaultAllowedMethods;
    static set(excludedMethods?: string[]): void;
    static getAllowedMethods(): string[];
    private static reduceMethods;
}
