/**
 * resolve relative file path to absolute file path.
 * @param filePath relative file path
 * @param syntax syntax that match the stack
 */
export declare const relativeFilePathResolver: (filePath: string, syntax: RegExp) => string;
