/** * Gets the delimiter for the given parameter style * * @param style - The style of the parameter * @returns The delimiter for the given style */ export declare const getDelimiter: (style: string) => string; //# sourceMappingURL=get-delimiter.d.ts.map