import type { AnyMapGlMap } from '../../types';
/**
 * Get the canvas source coordinates of the current map's extent.
 * @param {maplibregl.Map} map A map object.
 * @param {number} [pixelRatio=1] The pixel ratio.
 */
export declare const getSourceCoordinates: (map: AnyMapGlMap, pixelRatio?: number) => number[][];
export default getSourceCoordinates;
