import type { TypeThunkAsync } from 'ts-gems';
export declare function WsParam(type?: TypeThunkAsync | string, options?: WsParam.Options): ParameterDecorator;
export declare namespace WsParam {
    interface Options {
        required?: boolean;
    }
}
