import needleBase from '../../needle-base.js';
export default class extends needleBase {
    addStyle(style: string, comment: string | undefined, filePath: string, needle: string): void;
    _mergeStyleAndComment(style: string, comment?: string): string;
}
